Add Method (C1SortedList<TKey,TValue>)
In This Topic
Adds value to the list, returns index of the added value, throws exception if value with specified key already exists.
Syntax
'Declaration
Public Function Add( _
ByVal As , _
ByVal As _
) As Integer
Parameters
- key
- value
See Also